home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 2 / Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso / Pearls / imdb / rexx / transamiga_bbs / Docs / TA-MovieMui.install
Text File  |  1986-07-18  |  2KB  |  40 lines

  1. MovieMUI can be used online with TransAmiga and the supplied ARexx script.
  2. This little paragraph describes the installation procedure.
  3.  
  4. Copy the ARexx script mdb.trans that came with MovieMui in your rexx
  5. directory of TransAmiga. If your TransAmiga installation follows the
  6. suggestions of the manual it is BBS:Rexx.
  7.  
  8. Edit the .Rx file of the menu you wish to add MovieMUI to. I suggest the
  9. Extra or main menu. In case of extra menu you would edit
  10. BBS:Configs/Extra.Rx and in case of the main menu you need to edit Main.Rx.
  11.  
  12. Add the following line at the end of the file:
  13.  
  14. M MovieMUI                 0 -------- mdb.trans
  15.  
  16. ATTENTION! Spacing is really important. The best way is to snap the line of
  17. this document and inser it in the file. If the menu you want to add
  18. MovieMUI allready uses M as a command replace the first letter of the line
  19. by the key you want. If you don't know what to do read the corresponding
  20. chapter of TransAmiga's manual.
  21.  
  22. The ARexx-script is multiline aware so you can use it without any change on
  23. all lines. The script expects MovieMUI in the system path. If you do not
  24. want MovieMUI in your path you have to edit the script and add the path at
  25. line 18.
  26.  
  27. mdb.trans uses a menu to let the user choose the action. There are example
  28. menu files included. They all start with mdb as filename. Copy them to your
  29. BBS:text directory. If you wish to change them load them to your favourite
  30. (ANSI-)editor. Give them the personal touch you like. They follow
  31. TransAmiga's naming system.
  32.  
  33. That's all you're ready for use - if you allready installed MovieMUI :-)
  34.  
  35. The ARexx script was written by Georg 'Gio' Magschok and slightly improved
  36. (especially multiline possebility) by Sami Radwan.
  37.  
  38. We have some future plans of new online software that uses MovieMUI so keep
  39. your eyes open. :-)
  40.